home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 January / CHIP Heft 2.iso / data / FP_2000 / PFILES / COMMON / MSSHARED / THEMES / LEAVES / LEAVES.ELM / graph1.css < prev    next >
Encoding:
Cascading Style Sheet File  |  1998-10-21  |  1.9 KB  |  84 lines

  1. .mstheme
  2. {
  3.     nav-banner-image: url(aleabanr.gif);
  4.     separator-image: url(alearule.gif);
  5.     list-image-1: url(aleabul1.gif);
  6.     list-image-2: url(aleabul2.gif);
  7.     list-image-3: url(aleabul3.gif);
  8.     navbutton-horiz-pushed: url(aleahsel.gif);
  9.     navbutton-horiz-normal: url(aleahbtn.gif);
  10.     navbutton-horiz-hovered: url(aleahhov.gif);
  11.     navbutton-vert-pushed: url(aleavsel.gif);
  12.     navbutton-vert-normal: url(aleavbtn.gif);
  13.     navbutton-vert-hovered: url(aleavhov.gif);
  14.     navbutton-home-normal: url(aleahom.gif);
  15.     navbutton-home-hovered: url(aleahomh.gif);
  16.     navbutton-home-pushed: url(aleahom.gif);
  17.     navbutton-up-normal: url(aleaup.gif);
  18.     navbutton-up-hovered: url(aleauph.gif);
  19.     navbutton-up-pushed: url(aleaup.gif);
  20.     navbutton-prev-normal: url(aleabck.gif);
  21.     navbutton-prev-hovered: url(aleabckh.gif);
  22.     navbutton-prev-pushed: url(aleabck.gif);
  23.     navbutton-next-normal: url(aleanxt.gif);
  24.     navbutton-next-hovered: url(aleanxth.gif);
  25.     navbutton-next-pushed: url(aleanxt.gif);
  26. }
  27. .mstheme-bannertxt
  28. {
  29.     font-family: Georgia, "Times New Roman", Times;
  30.     font-size: 6;
  31.     color: rgb(255,255,204);
  32. }
  33. .mstheme-horiz-navtxt
  34. {
  35.     font-family: Arial, Arial, Helvetica;
  36.     font-size: 2;
  37.     font-weight: bold;
  38.     text-align: right;
  39.     color: rgb(204,102,0);
  40. }
  41. .mstheme-vert-navtxt
  42. {
  43.     font-family: Arial, Arial, Helvetica;
  44.     font-size: 2;
  45.     font-weight: bold;
  46.     text-align: right;
  47.     color: rgb(204,102,0);
  48. }
  49. .mstheme-navtxthome
  50. {
  51.     font-family: Arial, Arial, Helvetica;
  52.     font-size: 1;
  53.     color: rgb(204,102,0);
  54. }
  55. .mstheme-navtxtup
  56. {
  57.     font-family: Arial, Arial, Helvetica;
  58.     font-size: 1;
  59.     color: rgb(204,102,0);
  60. }
  61. .mstheme-navtxtprev
  62. {
  63.     font-family: Arial, Arial, Helvetica;
  64.     font-size: 1;
  65.     color: rgb(204,102,0);
  66. }
  67. .mstheme-navtxtnext
  68. {
  69.     font-family: Arial, Arial, Helvetica;
  70.     font-size: 1;
  71.     color: rgb(204,102,0);
  72. }
  73. UL
  74. {
  75.     list-style-image:url(aleabul1.gif);
  76. }
  77. UL UL
  78. {
  79.     list-style-image:url(aleabul2.gif);
  80. }
  81. UL UL UL
  82. {
  83.     list-style-image:url(aleabul3.gif);
  84. }